You are here: Symbol Reference > Stimulsoft.Report.Dictionary Namespace > StiFunctions Class > StiFunctions Methods > AddFunction Method > AddFunction Method (string, string, string, Type, Type, string, Type [], string [])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiFunctions.AddFunction Method (string, string, string, Type, Type, string, Type [], string [])

Adds new function with specified parameters.

Syntax
C++
C#
Visual Basic
public: StiFunction AddFunction( string category, string functionName, string description, Type typeOfFunction, Type returnType, string returnDescription, Type [] argumentTypes, string [] argumentNames );
Parameters
Parameters 
Description 
category 
Category of function. 
functionName 
Name of function. 
description 
Description of function. 
typeOfFunction 
Type which contain method of function. 
returnType 
Return type of function. 
returnDescription 
Description of returns. 
argumentTypes 
Array which contain types of arguments. 
argumentNames 
Array which contain names of arguments. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.